Package-level declarations

Types

Link copied to clipboard

Maps attraction-related criteria to query parameters for the Ticketmaster Discovery API.

Link copied to clipboard
class AttractionMapper(discoveryClassificationMapper: DiscoveryClassificationMapper, discoveryImageMetadataMapper: DiscoveryImageMetadataMapper, legacyIDMapper: LegacyIdMapper)

Maps attraction data from the Ticketmaster Discovery API to the DiscoveryAttraction model.

Link copied to clipboard

Maps attraction search criteria to query parameters for the Ticketmaster Discovery API.

Link copied to clipboard

Maps URLs to category identifiers for the Ticketmaster Discovery API.

Link copied to clipboard
class CategoryMapper(categoryImageMapper: CategoryImageMapper)

Maps category-related data for the Ticketmaster Discovery API.

Link copied to clipboard
class ClassificationDetailsQueryMapper(localeMapper: LocaleMapper, domainMapper: DomainMapper)

Maps classification details criteria to query parameters for the Ticketmaster Discovery API.

Link copied to clipboard

Maps classification data from the Ticketmaster Discovery API to Classification objects.

Link copied to clipboard
class ClassificationSearchQueryMapper(localeMapper: LocaleMapper, domainMapper: DomainMapper)

Maps classification search criteria to query parameters for the Ticketmaster Discovery API.

Link copied to clipboard
class DiscoveryAPIResponseMapper(legacyIDMapper: LegacyIdMapper, eventMapper: EventMapper)

Maps API responses to data models for the Ticketmaster Discovery API.

Link copied to clipboard

Maps classification responses to DiscoveryClassificationItem objects for the Discovery API.

Link copied to clipboard
class DiscoveryClassificationMapper(discoveryClassificationItemMapper: DiscoveryClassificationItemMapper)

Maps classification responses to DiscoveryClassification objects for the Discovery API.

Link copied to clipboard

Maps public sales responses to DiscoveryDateRange objects for the Discovery API.

Link copied to clipboard

Maps a list of IDs to a query string for the Ticketmaster Discovery API.

Link copied to clipboard

Maps image responses to DiscoveryImageMetadata objects for the Discovery API.

Link copied to clipboard

Maps price range responses to DiscoveryPriceRange objects for the Discovery API.

Link copied to clipboard

Maps promoter responses to DiscoveryPromoter objects for the Discovery API.

Link copied to clipboard

Maps a list of market domains to a query string for the Discovery API.

Link copied to clipboard
class EventListMapper(eventMapper: EventMapper)

Maps event container responses to DiscoveryEvent lists for the Discovery API.

Link copied to clipboard
class EventMapper(attractionMapper: AttractionMapper, venueMapper: VenueMapper, imageMetadataMapper: DiscoveryImageMetadataMapper, discoveryClassificationMapper: DiscoveryClassificationMapper, discoveryDateRangeMapper: DiscoveryDateRangeMapper, priceRangeMapper: DiscoveryPriceRangeMapper, promoterMapper: DiscoveryPromoterMapper, legacyIDMapper: LegacyIdMapper)

Maps event responses to DiscoveryEvent objects for the Discovery API.

Link copied to clipboard

Maps legacy IDs from references based on market domain for the Discovery API.

Link copied to clipboard

Maps market domains to locale query strings for the Discovery API.

Link copied to clipboard
class VenueMapper(discoveryImageMetadataMapper: DiscoveryImageMetadataMapper, legacyIDMapper: LegacyIdMapper)

Maps venue responses to DiscoveryVenue objects for the Discovery API.

Link copied to clipboard

Maps venue search criteria to query parameters for the Discovery API.